{gridName}_field

定义列中显示的文本

field_namestring列的标识符
eventobject事件数据

Available only in PRO Edition

Example

scheduler.templates.grid_field = function(field_name, event){
    return event[field_name];
};

Applicable views:Grid 视图
Details

该模板仅在启用 grid_view 插件时生效。

请注意,此模板不适用于 id='date'、id='start_date' 或 id='end_date' 的列。这些列使用 {gridName}_full_date{gridName}_single_date 模板。

See also
返回顶部